home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / modules / nessus-2.2.8.mo / usr / lib / nessus / plugins / debian_DSA-576.nasl < prev    next >
Text File  |  2005-03-31  |  3KB  |  75 lines

  1. # This script was automatically generated from the dsa-576
  2. # Debian Security Advisory
  3. # It is released under the Nessus Script Licence.
  4. # Advisory is copyright 1997-2004 Software in the Public Interest, Inc.
  5. # See http://www.debian.org/license
  6. # DSA2nasl Convertor is copyright 2004 Michel Arboi
  7.  
  8. if (! defined_func('bn_random')) exit(0);
  9.  
  10. desc = '
  11. Several security vulnerabilities have been discovered in Squid, the
  12. internet object cache, the popular WWW proxy cache.  The Common
  13. Vulnerabilities and Exposures project identifies the following
  14. problems:
  15.     It is possible to bypass access lists and scan arbitrary hosts and
  16.     ports in the network through cachemgr.cgi, which is installed by
  17.     default.  This update disables this feature and introduces a
  18.     configuration file (/etc/squid/cachemgr.conf) to control
  19.     this behavior.
  20.     The asn_parse_header function (asn1.c) in the SNMP module for
  21.     Squid allows remote attackers to cause a denial of service via
  22.     certain SNMP packets with negative length fields that causes a
  23.     memory allocation error.
  24. For the stable distribution (woody) these problems have been fixed in
  25. version 2.4.6-2woody4.
  26. For the unstable distribution (sid) these problems have been fixed in
  27. version 2.5.7-1.
  28. We recommend that you upgrade your squid package.
  29.  
  30.  
  31. Solution : http://www.debian.org/security/2004/dsa-576
  32. Risk factor : High';
  33.  
  34. if (description) {
  35.  script_id(15674);
  36.  script_version("$Revision: 1.1 $");
  37.  script_xref(name: "DSA", value: "576");
  38.  script_cve_id("CAN-2004-0918", "CVE-1999-0710");
  39.  
  40.  script_description(english: desc);
  41.  script_copyright(english: "This script is (C) 2004 Michel Arboi");
  42.  script_name(english: "[DSA576] DSA-576-1 squid");
  43.  script_category(ACT_GATHER_INFO);
  44.  script_family(english: "Debian Local Security Checks");
  45.  script_dependencies("ssh_get_info.nasl");
  46.  script_require_keys("Host/Debian/dpkg-l");
  47.  script_summary(english: "DSA-576-1 squid");
  48.  exit(0);
  49. }
  50.  
  51. include("debian_package.inc");
  52.  
  53. w = 0;
  54. if (deb_check(prefix: 'squid', release: '3.0', reference: '2.4.6-2woody4')) {
  55.  w ++;
  56.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package squid is vulnerable in Debian 3.0.\nUpgrade to squid_2.4.6-2woody4\n');
  57. }
  58. if (deb_check(prefix: 'squid-cgi', release: '3.0', reference: '2.4.6-2woody4')) {
  59.  w ++;
  60.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package squid-cgi is vulnerable in Debian 3.0.\nUpgrade to squid-cgi_2.4.6-2woody4\n');
  61. }
  62. if (deb_check(prefix: 'squidclient', release: '3.0', reference: '2.4.6-2woody4')) {
  63.  w ++;
  64.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package squidclient is vulnerable in Debian 3.0.\nUpgrade to squidclient_2.4.6-2woody4\n');
  65. }
  66. if (deb_check(prefix: 'squid', release: '3.2', reference: '2.5.7-1')) {
  67.  w ++;
  68.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package squid is vulnerable in Debian sid.\nUpgrade to squid_2.5.7-1\n');
  69. }
  70. if (deb_check(prefix: 'squid', release: '3.0', reference: '2.4.6-2woody4')) {
  71.  w ++;
  72.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package squid is vulnerable in Debian woody.\nUpgrade to squid_2.4.6-2woody4\n');
  73. }
  74. if (w) { security_hole(port: 0, data: desc); }
  75.